home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
RAS.ZIP
/
Project1.exe
/
0
/
RCDATA
/
TFORM5
/
TFORM5.txt
Wrap
Text File
|
1997-09-02
|
1KB
|
81 lines
object Form5: TForm5
Left = 328
Top = 114
Width = 277
Height = 342
Caption = 'Ping O Death'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 16
Width = 65
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'IP'
end
object Edit1: TEdit
Left = 64
Top = 16
Width = 193
Height = 21
AutoSize = False
TabOrder = 0
end
object mem_out: TMemo
Left = 16
Top = 48
Width = 233
Height = 201
Hint = 'This is were the stats for the ping come from'
Lines.Strings = (
'')
ParentShowHint = False
ScrollBars = ssVertical
ShowHint = True
TabOrder = 1
end
object Button1: TButton
Left = 16
Top = 272
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 272
Width = 75
Height = 25
Caption = 'Menu'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 176
Top = 272
Width = 75
Height = 25
Caption = 'Stop'
TabOrder = 4
OnClick = Button3Click
end
object Timer: TTimer
Left = 8
Top = 192
end
object Ping: TPing
Timeout = 5000
Left = 32
Top = 192
end
end